home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #1
/
Amiga Plus Extra 1997 #1.iso
/
programme
/
grafik
/
video easel
/
scripts
/
startup.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-11-09
|
841b
|
25 lines
/*************************************************************************
** **
** The Video-Easel Startup-Script **
** Put REXX-commandos to be executed at startup here... **
** © THOR 1995 **
*************************************************************************/
/* Supply this library for drawcircle... */
call addlib('rexxmathlib.library',0,-30,0)
'addrxmenu' 'drawcircle.rexx' '"Draw Circle"'
'addrxmenu' 'importxlife.rexx' '"Import XLife..."'
/* Produce nicer title... */
'offverify'
'openapp' 'Title'
'waitcomplete'
'openpic' 'Title.pic'
'waitcomplete'
'onverify'
'menu' 'Project' 'About'
/* Add more menus or other rexx-commandos here... */